@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
  font-family: times, "Times New Roman", serif;
}
body {
  margin: 0px;
}
#back-top {
  position: fixed;
  bottom: 45px;
  right: 35px;
}
#back-top a {
  width: 50px;
  display: block;
  text-align: center;
  font-family: "Arial Narrow", Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  text-shadow: -1px -1px 0 #000099, 1px -1px 0 #000099, -1px 1px 0 #000099, 1px 1px 0 #000099;
  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 12px;
}
#back-top a:hover {
  color: #000;
}
/* arrow icon (span tag) */
#back-top span {
  width: 50px;
  height: 50px;
  display: block;
  background: #000099 url(https://www.usslittlerock.org/images/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover span {
  background-color: #777;
}
/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/
@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}
.benefits a:link {
  color: navy;
}
.benefits a:visited {
  color: navy;
}
.benefits a:hover {
  color: navy;
  font-weight: bold;
}
.benefits a:active {
  color: navy;
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.border img {
  border: 6px solid white;
  border-radius: 4px;
  width: 200px;
  height: auto;
}
.center {
  text-align: center;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.container {
  position: absolute;
  width: 100%;
  top: 215px;
}
.footer {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 40px;
  background-color: #FFFF99;
  text-align: center;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  bottom: 0;
  vertical-align: middle;
  /* box-shadow makes the background color extend
	bottom of screen when there is little content */
  box-shadow: 0px 500px 0px 500px #ff9;
}
.footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  list-style-position: outside;
}
.footer ul li {
  text-decoration: none;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  display: inline;
  padding: 10px;
  margin-bottom: .25em;
}
.footer ul li a {
  text-decoration: none;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}
.footer_links a:link {
  color: black;
  text-decoration: none;
}
.footer_links a:hover {
  color: black;
  text-decoration: none;
}
.footer_links a:active {
  color: black;
  text-decoration: none;
}
.footer_links a:visited {
  color: black;
  text-decoration: none;
}
.header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 215px;
  text-align: center;
  align-content: center;
  background-color: transparent;
}
.header img {
  max-width: 100%;
  height: auto;
}
nav {
  display: block;
  text-align: center;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav a {
  display: block;
  background: #ff9;
  color: black;
  border: 1px solid black;
  text-decoration: none;
  padding: 0.6em 1.6em;
  font-size: 15px;
  font-family: Calibri, Verdana, Arial, sans-serif;
  position: relative;
}
.nav {
  vertical-align: top;
  display: inline-block;
  border-radius: 6px;
  list-style: none;
  margin: 3px 0 0 0;
}
.nav li {
  position: relative;
  list-style: none;
}
.nav > li {
  float: left;
  border-bottom: 5px #ff9 solid;
  margin-right: 5px;
}
.nav > li > a {
  margin-bottom: 1px;
  list-style: none;
  padding: 3px 12px;
  -webkit-box-shadow: 2px 3px 1px #414141;
  -moz-box-shadow: 2px 3px 1px #414141;
  -o-box-shadow: 2px 3px 1px #414141;
  -mx-box-shadow: 2px 3px 1px #414141;
  box-shadow: 2px 3px 1px #414141;
}
.nav > li:hover, .nav > li:hover > a {
  background: gray;
}
.nav li:hover > a {
  color: white;
  background: gray;
}
.nav > li:first-child {
  border-radius: 4px 0 0 4px;
}
.nav > li:first-child > a {
  border-radius: 4px 0 0 0;
}
.nav > li:last-child {
  border-radius: 0 0 4px 0;
  margin-right: 0;
}
.nav > li:last-child > a {
  border-radius: 0 4px 0 0;
}
.nav li li a {
  border-top: 1px solid #ff9;
  /*box-shadow: inset 0 2em .33em -0.5em #555;*/
  background: #ff9;
  padding: 5px 15px;
  border-radius: 4px;
}
/* submenu positioning*/
.nav ul {
  position: absolute;
  border-bottom: 5px solid transparent;
  z-index: 1;
  left: -99999em;
}
.nav > li:hover > ul {
  left: auto;
  margin-top: 5px;
  width: 220px;
}
.nav > li li:hover > ul {
  left: 182px;
  margin-left: 1px;
  top: -1px;
  width: 220px;
}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before {
  border-top-color: #aaa;
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent;
  border-bottom-color: #ff9;
  margin-top: -5px;
}
.nav li li > a:first-child:nth-last-child(2):before {
  border-left-color: #aaa;
  margin-top: -5px;
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent;
  border-right-color: #ff9;
  right: 10px;
}
.obit {
  margin: auto;
  margin-top: 20px;
  width: 75%;
  border: 4px double navy;
  border-radius: 5px;
  padding: 40px;
  background-color: aliceblue;
  box-shadow: 10px 10px 10px gray;
}
.obit h3 {
  text-align: center;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 18px;
  line-height: 10px;
}
.obit h4 {
  text-align: center;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}
.obit h5 {
  text-align: left;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 30px;
  font-weight: normal;
}
.obit h6 {
  text-align: center;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 30px;
  font-weight: normal;
}
.obit p {
  text-align: justify;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  vertical-align: top;
  font-size: 14px;
}
#other4s {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}
#other4s td, #other4s th {
  border: 1px solid darkslategray;
  padding: 8px;
}
#other4s tr:nth-child(even) {
  background-color: #f2f2f2;
}
#other4s tr:nth-child(odd) {
  background-color: white;
}
#other4s tr:hover {
  background-color: #ddd;
}
#other4s th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: darkslategray;
  color: white;
}
.pagination {
  display: inline-block;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid gray;
  margin: 0 4px;
  background-color: white;
}
.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.push {
  height: 4em;
}
.recent th {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-style: italic;
  text-decoration: underline;
  color: #900;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.recent td {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.responsive {
  width: 100%;
  height: auto;
}
table.recent {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  width: 80%;
  margin-left: 5%;
}
.talos {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.talos, .talos th {
  border: 1px solid black;
  padding: 8px;
}
.talos tr:nth-child(even) {
  background-color: #ffc;
}
.talos tr:nth-child(odd) {
  background-color: #cff;
}
.talos th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: darkslategray;
  color: white;
  width: 50%;
}
.talos td {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border: 1px solid black;
  vertical-align: middle;
}
.tests td {
  text-align: center;
  vertical-align: middle;
}
.tests th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color:darkgray;
}
/*
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
}
-->
/* 
*
*
*
*
*
CSS FOR HOME PAGE ONLY */
div.ticker {
  margin: 0px auto;
}
div.ticker ul {
  margin: auto;
}
.ifloatLeft {
  width: 50%;
  float: left;
}
.ifloatRight {
  width: 50%;
  float: right;
}
.ifooter {
  position: relative;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 40px;
  background-color: #FFFF99;
  text-align: center;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  bottom: 0;
  vertical-align: middle; /* box-shadow: 0px 500px 0px 500px #ff9; */
}
.ifooter ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  list-style-position: outside;
}
.ifooter ul li {
  text-decoration: none;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  display: inline;
  padding: 10px;
  margin-bottom: .25em;
}
.ifooter ul li a {
  text-decoration: none;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
}
.index .btn-group .button {
  background-color: lightblue;
  border: 2px solid navy;
  border-radius: 6px;
  color: navy;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: times, "Times New Roman", serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  width: 65%;
}
.index .btn-group .button:not(:last-child) {
  border-bottom: none; /* Prevent double borders */
}
.index .btn-group .button:hover {
  background-color: #af9a6d;
}
.links a:link {
  color: black;
  text-decoration: none;
}
.links a:hover {
  color: black;
  font-size: 18px;
  text-decoration: none;
}
.links a:active {
  color: black;
  text-decoration: none;
}
.links a:visited {
  color: black;
  text-decoration: none;
}
.new-adds a:link {
  color: navy;
  text-decoration: none;
}
.new-adds a:hover {
  color: navy;
  font-size: 17px;
  text-decoration: none;
}
.new-adds a:active {
  color: navy;
  text-decoration: none;
}
.new-adds a:visited {
  color: navy;
  text-decoration: none;
}
table.newmem {
  text-align: center;
  border-collapse: collapse;
  margin: auto;
  width: 90%;
  font-family: Cambria, "Times New Roman", Times, serif;
  background-color: #fff;
}
table.newmem th {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #996;
  border-bottom: 2px solid #996;
  height: 30px;
  font-size: 16px;
  padding: 2px;
}
table.newmem td {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #996;
  border-bottom: 1px solid #996;
  height: 14px;
  font-size: 15px;
  padding: 2px;
}
table.newmem tr:nth-child(even) {
  background-color: white;
}
table.newmem tr:nth-child(odd) {
  background-color: #ffc;
}
table.newmem th {
  background-color: lightgray;
}
.ticker {
  padding: 6px;
  margin: 0 auto;
  position: relative;
  overflow: inherit;
  background-color: black;
  color: #ffff80;
  width: 100%;
  line-height: 170%;
  text-align: center;
  vertical-align: top;
  font-style: italic;
}
.ticker h1 {
  font-family: Trebuchet MS, Verdana, Arial, san-serif;
  font-size: 32px;
}
.ticker h4 {
  font-family: Trebuchet MS, Verdana, Arial, san-serif;
  font-size: 20px;
  color: #ffff80;
}
.ticker span {
  color: white;
  font-family: Times New Roman, serif;
  font-size: 20px;
}
.ticker a:link {
  text-decoration: none;
  color: white;
}
.ticker a:hover {
  color: #87ceeb;
}
.ticker a:visited {
  color: white;
}
.update-button {
  display: inline-block;
  border-radius: 8px;
  background-color: #000;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  padding: 0px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px 5px 8px 5px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.update-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.update-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.update-button:hover span {
  padding-right: 25px;
}
.update-button:hover span:after {
  opacity: 1;
  right: 0;
}